#scala langauge
Explore tagged Tumblr posts
gaur4vgaur-blog · 8 years ago
Video
youtube
Tuples in Scala
The video gives an introduction to tuples in Scala. We will talk about syntax, ways to access elements in tuple and various other useful methods available in tuples.
Tuples are a bunch of values enclosed within parentheses. You can think of tuples as lightweight containers to pass data around. 
Elements in tuple can be of different data types. Hence, it is an excellent alternative to small and simple classes that we used to declare in Java to pass multiple values.
0 notes
gaur4vgaur-blog · 8 years ago
Video
youtube
Scala installation on Windows
It is fairly easy to install Scala on windows. The video is a step by step guide to install Scala on windows. The steps should be same for all versions of Scala.
0 notes
gaur4vgaur-blog · 8 years ago
Video
youtube
Why Scala?
Scala is a language that is one of the most popular modern languages of modern times. It is another JVM general purpose language. 
Scala was invented by Martin Odersky in 2003. He has done a good job of marrying object oriented paradigm with functional paradigm. The language is widely used across industry
0 notes